* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.leadership-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

/* Top Section */
.top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.top-left {
  flex: 1;
  padding-right: 20px;
  min-width: 300px;
}

.top-left h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #111;
}

.top-left p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
}

.top-right {
  width: 300px;
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.top-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom Section */
.bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.bottom-left {
  flex: 1;
  min-width: 300px;
  margin: 40px;
}

.profile-image {
  width: 170%;
  height: 600px;
  object-fit: cover;
  border-radius: 25px;
}

.bottom-right {
  flex: 1;
  min-width: 300px;
  margin:40px;
 
}

.bottom-right h2 {
  font-size: 1.8rem;
  color: #001970;
  margin-bottom: 5px;
}


.bottom-right .role {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
}

.bottom-right p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
}

.connect {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.connect img {
  width: 28px;
  height: 28px;
  border: 2px solid #001970;
  border-radius: 50%;
  padding: 4px;
}
